.heard-menu-svg {
    display: none;
}
@media screen and (max-width: 1280px) {
    .w1300 {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        overflow: hidden;
    }
} 
@media screen and (max-width: 1024px) {
    .w1300 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo-secrch-row .heard-icon-row {
        display: none;
    }
    .logo-secrch-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo-secrch-row input[name="keyword"] {
        height: 46px;
        width: 430px;
        border: 2px solid #e60000;
    }
    .logo-secrch-row .serch-btn {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .serch-input-row div:last-child {
        display: none;
    }
    .logo-secrch-row input[name="keyword"] {
        width: 260px;
    }
    .logo-secrch-row .serch-btn {
        font-size: 14px;
        width: 80px;
        text-indent: 9px;
        letter-spacing: 8px;
    }
    .header-row-top .top-row {
        flex-direction: column;
        align-items: start;
        height: auto;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    
}

@media screen and (max-width: 480px) {
    .serch-input-row {
        display: none;
    }
    .heard-menu-svg {
        display: block;
    }
    .heard-menu-svg:hover {
        cursor: pointer;
    }
    .logo-secrch-row {
        height: 90px;
    }
    .header-row .top-row,
    .header-row-top .top-row {
        padding: 6px 10px;
    }
    .header-row .top-row,
    .header-row-top .top-row > div {
        font-size: 13px;
    }
    .logo-secrch-row a img {
        width: 120px;
    }
    .logo-secrch-row a span {
        top: 12px !important;
    }
    nav.header-navigation {
        position: absolute;
        top: 130px;
        bottom: 0;
        right: 0;
        width: 0;
        background-color: rgba(0, 0, 0, .7);
        z-index: 999;
        display: block;
        overflow: hidden;
        transition: all .3s;
    }
    nav.header-navigation > div {
        flex-direction: column;
        padding-top: 15px;
    }
    nav.header-navigation > div a.IdsTypeDiv {
        display: none;
    }
    .indexes-row {
        display: none;
    }
    .alllink-row {
        padding-top: 15px;
    }
    .alllink-row dl {
        flex-direction: column;
    }
    /* .alllink-row dl:first-child {
        display: none;
    } */
    .alllink-row dl dt {
        font-size: 14px !important;
        flex-shrink: 0;
        width: auto;
        padding: 0;
    }
    .alllink-row dl dd {
        width: 100%;
        margin: 0;
    }
    .header-row .top-row > div.flex_box,
    .header-row-top .top-row > div.flex_box {
        justify-content: flex-start;
        padding-bottom: 0;
    }
}